Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

pipenv: bump neo4j from 4.4.1 to 5.4.0 in /cache-invalidator #177

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps neo4j from 4.4.1 to 5.4.0.

Release notes

Sourced from neo4j's releases.

Neo4j Python Driver 5.4.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#540

Neo4j Python Driver 5.3.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#530

Neo4j Python Driver 5.2.1

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#521

Neo4j Python Driver 5.2.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#520

Neo4j Python Driver 5.1.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#510

Neo4j Python Driver 5.0.1

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#501

Neo4j Python Driver 5.0.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#500

Neo4j Python Driver 5.0.0a2

https://github.com/neo4j/neo4j-python-driver/wiki/5.0-changelog#500a2

Neo4j Python Driver 5.0.0a1 (async preview)

IMPORTANT: this pre-release does not contain any 5.0 features and future pre-releases might have to be API-breaking. This release' sole purpose it to give early access to the async driver.

For more details see the changelog: https://github.com/neo4j/neo4j-python-driver/wiki/5.0-changelog#500a1

Neo4j Python Driver 4.4.10

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#4410

Neo4j Python Driver 4.4.9

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#449

Neo4j Python Driver 4.4.8

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#448

Neo4j Python Driver 4.4.7

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#447

Neo4j Python Driver 4.4.6

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#446

Neo4j Python Driver 4.4.5

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#445

Neo4j Python Driver 4.4.4

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#444

... (truncated)

Changelog

Sourced from neo4j's changelog.

Neo4j Driver Change Log (breaking/major changes only)

See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.

Version 5.5

  • No breaking or major changes.

Version 5.4

  • Undocumented helper methods Neo4jError.is_fatal_during_discovery and Neo4jError.invalidates_all_connections have been deprecated and will be removed without replacement in version 6.0.

Version 5.3

  • Python 3.11 support added
  • Removed undocumented, unused neo4j.data.map_type
  • Query strings are now typed LiteralString instead of str to help mitigate accidental Cypher injections. There are rare use-cases where a computed string is necessary. Please use # type: ignore, or typing.cast to suppress the type checking in those cases.
  • The experimental bookmark manager feature was changed to no longer track bookmarks per database.
    This effectively changes the signature of almost all bookmark manager related methods:
    • neo4j.BookmarkManger and neo4j.AsyncBookmarkManger abstract base classes:
      • update_bookmarks has no longer a database argument.
      • get_bookmarks has no longer a database argument.
      • The get_all_bookmarks method was removed.
      • The forget method was removed.
    • neo4j.GraphDatabase.bookmark_manager and neo4j.AsyncGraphDatabase.bookmark_manager factory methods:
      • initial_bookmarks is no longer a mapping from database name to bookmarks but plain bookmarks.
      • bookmarks_supplier no longer receives the database name as an argument.
      • bookmarks_consumer no longer receives the database name as an argument.

Version 5.2

  • No breaking or major changes.

Version 5.1

  • No breaking or major changes.

Version 5.0

  • Python 3.10 support added

... (truncated)

Commits
  • 736bf2a Accept more types as query parameters (#881)
  • 0e9d09a API docs: be more explicit about driver factory parameters (#883)
  • d92aa8e Fix ResourceWarning when canceling await driver.close() (#887)
  • ca55f0b Fix async test (#886)
  • 5c77ce6 Work around pyenv regression :latest tags are broken (#882)
  • 496480e Update AyncCondition to be based on Python 3.11 (#879)
  • 9cfa4c8 Be more explicit about licenses (#878)
  • 4611b00 8th and final round of migrating integration tests to TestKit (#873)
  • af3e930 API docs: elaborate address resolver docs (#874)
  • 35da681 Merge pull request #875 from robsdedude/tox-factor-moved-to-core
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [neo4j](https://github.com/neo4j/neo4j-python-driver) from 4.4.1 to 5.4.0.
- [Release notes](https://github.com/neo4j/neo4j-python-driver/releases)
- [Changelog](https://github.com/neo4j/neo4j-python-driver/blob/5.0/CHANGELOG.md)
- [Commits](neo4j/neo4j-python-driver@4.4.1...5.4.0)

---
updated-dependencies:
- dependency-name: neo4j
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 16, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2023

Superseded by #180.

@dependabot dependabot bot closed this Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/pip/cache-invalidator/neo4j-5.4.0 branch January 30, 2023 15:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants